sorting comparison

英 [ˈsɔːtɪŋ kəmˈpærɪsn] 美 [ˈsɔːrtɪŋ kəmˈpærɪsn]

网络  分类比较

计算机



双语例句

  1. Correctness of a classic sorting algorithm of linear time complexity and realization of radix sorting were proved and the time complexity of it was analyzed from the viewpoint of the "big-O notation". Comparison of runtime between radix sorting and other classic sorting algorithms was performed.
    采用大O表示法客观地分析了基数排序算法的时间复杂度,给出了基数排序算法的实现和正确性的证明,并与比较排序算法作了横向的运行时间的对比。
  2. Different from the previous sorting procedures such as the expert system, text-based analysis and keyword-based comparison system, this paper adapt SVM to implement the intelligent sorting of the emails according to the text data learning characteristics.
    区别于以往采取专家系统、基于语义分析及基于关键字比较的分类方法,根据文本数据学习的特点,采用支持向量机(SVM)来实现电子邮件的智能分类方法。
  3. Then the efficiency of the insertion sort and merging sort algorithms are analyzed by means of entropy, and it is pointed out that when the length of the series is larger than 4, any sorting algorithm based on direct comparison requires more comparisons than the lower bound.
    然后利用信息熵原理分析了插入排序和归并排序的效率,指出当序列长度大于4时,任何直接插入排序的比较次数大于理论下界。
  4. This article made an empirical analysis of the correlation between senior manager's stockholding level and corporate performance of the listed companies in the information technology industry of china with the methods of sorting comparison and regression analysis.
    选取高新技术企业中颇具代表性的信息技术行业上市公司作为研究对象,采用分类比较和回归分析的方法,对其高管持股与公司绩效关系做实证分析。
  5. By reading literatures, sorting out materials and analyzing cases, with comparison method and balancing of interest, the author draws her own conclusions through comparison, analysis and induction.
    本篇论文的主要研究方法是以文献阅读、资料整理和案例分析为基础,运用比较法和利益衡量的研究方法,通过比较、分析、归纳,得出自己的结论。
  6. Attaching importance to the collecting, sorting and comparison of relevant materials with an attempt to have them playing a fundamental role in the study of problems concerned.
    注重对相关资料的搜集排比,以求对相关问题研究能起到基础性的资料作用。
  7. In reviewing of biological lessons, one can lead students to adopt ways of unit sorting, outline network, vertical-horizontal comparison, concept contact synthetic practice and training review in order to train their integration capability.
    在生物课复习中,可引导学生采用单元归类法、纲要网络法、纵横比较法,概念串连法、综合训练法进行复习,以培养他们的综合能力。
  8. The traditional sorting and searching algorithms based on comparison have the complexity of O ( NlogN).
    处理汉字的传统的排序和查找算法,其复杂性为O(NlogN)。
  9. By no sorting and reducing the comparison times, the algorithm cuts down the overhead of management timers greatly.
    由于插入定时器节点无需排序,并且批量定时器超时减少了比较次数,所以采用这种实现方法大大减少了系统用于定时器管理方面的开销。
  10. By analyzed the problem of "average inverse sequence numbers" concerning about sorting algorithm, a new kind of proof method that gain the result had been given in this thesis. The new methods simplify the prove procedure significantly in comparison with the existing proof method.
    分析了有关排序算法中的平均逆序个数问题,给出了此结果的一个新的证明,从而使现有的证明方法得到了较大幅度地简化。
  11. Then the operation result of the digital data through sorting, comparison, analysis, system operation, and come to the final results of the design and development, namely: management decisions for the company and the basis for conclusions provided.
    然后再对数字数据的运算结果经过排序、比较、分析等系统运行后,得出本设计开发的最终成果即:为公司管理决策提供的分析结论和依据。
  12. The goal is to find the shortest sequence of genome arrangements operations that transform one genome into another. The genome team reorganizes the sorting question to originate in the genome team the gene order of rank comparison.
    基因组重组排序问题来源于基因组中基因排列顺序的比较。其目标是找到最短的重组操作序列,将一个基因组转变为另一个基因组。
  13. Most merge sorting algorithms adopt 2-sorters as their basic units in their implementations. A 2-sorters means the comparison and exchange of 2 items.
    目前对基于归并的排序算法的研究中,大都以2-sorters为其基本构件,即两个数的比较交换。